feat: establish free, token-efficient Agent search routing - #20
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4b27955405
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| on: | ||
| push: | ||
| branches: [main] | ||
| tags: ['v*'] |
There was a problem hiding this comment.
Check the package version before skipping publish
With this new v* tag trigger, release tags now reach the publish job, but that job's check runs npm view <repo> "$VERSION"; npm view treats arguments after the package spec as fields ([<package-spec>] [<field>...]), not as the version to test. Once the npm package exists, this command can exit successfully even when $VERSION is unpublished, causing already_published=true and skipping npm publish for new tags. Use the package spec from package.json, e.g. agent-search-mcp@$VERSION, and query version instead.
Useful? React with 👍 / 👎.
Summary
Verification
Release note
No npm publish, tag, or version bump in this PR. Release preparation is deferred to next week.